home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / checkers.exe / 0 / RCDATA / THELPBOX / THELPBOX.txt
Text File  |  1997-05-26  |  830b  |  44 lines

  1. object HelpBox: THelpBox
  2.   Left = 232
  3.   Top = 136
  4.   Width = 550
  5.   Height = 373
  6.   Caption = 'Help'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object RichEdit1: TRichEdit
  17.     Left = 0
  18.     Top = 0
  19.     Width = 542
  20.     Height = 327
  21.     Align = alClient
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     ScrollBars = ssBoth
  28.     TabOrder = 0
  29.   end
  30.   object MainMenu1: TMainMenu
  31.     Left = 176
  32.     Top = 24
  33.     object File1: TMenuItem
  34.       Caption = '&File'
  35.       ShortCut = 0
  36.       object Exit1: TMenuItem
  37.         Caption = 'E&xit'
  38.         ShortCut = 0
  39.         OnClick = Exit1Click
  40.       end
  41.     end
  42.   end
  43. end
  44.